bitkeeper revision 1.1159.204.1 (41bf1dd8Z_SVQLEm3wU35arFIdsQEQ)
authorcl349@arcadians.cl.cam.ac.uk <cl349@arcadians.cl.cam.ac.uk>
Tue, 14 Dec 2004 17:07:36 +0000 (17:07 +0000)
committercl349@arcadians.cl.cam.ac.uk <cl349@arcadians.cl.cam.ac.uk>
Tue, 14 Dec 2004 17:07:36 +0000 (17:07 +0000)
Bump version numbers.

xen/Makefile
xen/include/public/dom0_ops.h

index d08706d66954da6772cbdd62208f011a70a661a3..c1e60c5043f27560c925d03012b015d0c1028757 100644 (file)
@@ -1,9 +1,9 @@
 
 # This is the correct place to edit the build version.
 # All other places this is stored (eg. compile.h) should be autogenerated.
-export XEN_VERSION       = 2
+export XEN_VERSION       = 3
 export XEN_SUBVERSION    = 0
-export XEN_EXTRAVERSION  = ""
+export XEN_EXTRAVERSION  = "-devel"
 
 export BASEDIR          := $(shell pwd)
 
index 9673c886785dd5c2f52fb3e42230687755401783..e2a3786f951ae8facf13f1699859a0f96c4c0a36 100644 (file)
@@ -19,7 +19,7 @@
  * This makes sure that old versions of dom0 tools will stop working in a
  * well-defined way (rather than crashing the machine, for instance).
  */
-#define DOM0_INTERFACE_VERSION   0xAAAA001A
+#define DOM0_INTERFACE_VERSION   0xAAAA1001
 
 /************************************************************************/